雖然現在大家常用的的 Linux distribution 大部分都有自動掛載 USB 或 CD-ROM 的功能,不過難免還是會需要用到指令的時候。 這裡將介紹在 Linux 中常用的掛載方式,也就是 mount 與 umount 兩個指令的使用方式,一般若要使用 mount 指令掛載 device,最常見的方式就是像這樣:
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here!
30.3. mkdir /mount/point # mkdir /mount/point Copy to ClipboardCopied!Toggle word wrapToggle overflow mount /dev/block_device /mount/point # mount /dev/block_device /mount/point Copy to Clipboard Copied! Toggle word wrap Toggle overflow mount /dev/block_d